Link .mli files corresponding to autorgenerated .ml files into builddir
authorHilko Bengen <bengen@debian.org>
Mon, 13 Jan 2020 19:13:30 +0000 (20:13 +0100)
committerHilko Bengen <bengen@debian.org>
Tue, 31 Aug 2021 15:02:19 +0000 (16:02 +0100)
commitec5d182930017c087f8bff58d17d56286c93f45a
tree66d7ce51268bde28bb3fae1586d426e43bb3528c
parent1b7709ce10d9064df23aee2fe641b62418da2d62
Link .mli files corresponding to autorgenerated .ml files into builddir

This avoids build failures in separate builds such as this one:

,----
| ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma
| ar cr libmlstdutils.a libmlstdutils_a-dummy.o
| ranlib libmlstdutils.a
| File "_none_", line 1:
| Error: Files std_utils.cmo and guestfs_config.cmo
|        make inconsistent assumptions over interface Guestfs_config
| make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2
`----

Gbp-Pq: Name 0018-Link-.mli-files-corresponding-to-autorgenerated-.ml-.patch
configure.ac